From: Glenn Morris Date: Thu, 23 Aug 2007 03:59:55 +0000 (+0000) Subject: Add more detail to existing entry. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17018 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7198763d97f718a558841c624cb0223f9a69acd3;p=emacs.git Add more detail to existing entry. --- diff --git a/src/ChangeLog b/src/ChangeLog index 0f5a8cf56c4..90805c7c2b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -6,8 +6,16 @@ 2007-08-22 Paul Pogonyshev * Makefile.in (ALL_CFLAGS, LIBX): Add RSVG_LIBS. - * image.c: Add support for SVG images. - Some additional comments by Joakim Verona . + * image.c: Add support for SVG images. Some additional comments + by Joakim Verona . When HAVE_RSVG is defined: + (svg_image_p): New function to test for SVG image. + (svg_load): New function to load SVG image. + (svg_load_image): New function, helper for svg_load. + (Qsvg): New Lisp_object. + (svg_keyword_index): New enum. + (svg_format): New static `image_keyword' struct. + (svg_type): New static `image_type' struct. + (librsvg/rsvg.h): Include it. 2007-08-22 Katsumi Yamaoka